Skip to main content

hostNameToAddress

Type

function

Summary

Returns the IP addresses corresponding to a domain name.

Syntax

the hostNameToAddress of <domainName>
hostNameToAddress(<domainName>, [<callback>])

Description

Use the hostNameToAddress function to find the numeric IP address of the computer or computers at a given domain name.

If the callback parameter is specified then the call will return immediately and upon completion of the lookup, the callback will be invoked with the resolved address as a parameter.

Parameters

NameTypeDescription

domainName

A standard fully-qualified domain name.

callback

The name of a message to send when the lookup completes.

Examples

hostNameToAddress("mail.example.org")
put hostNameToAddress("www." & thisDomain) into line 3 of theHosts
hostNameToAddress("www.domain.com", myCallback)

function: result, DNSServers

glossary: DNS, domain name, IP address

keyword: numeric

command: accept

control structure: function

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?